-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adds client #3
base: development
Are you sure you want to change the base?
Adds client #3
Conversation
Unit test passes after installing inflection module 👍 LGTM For integration test - not sure about the syntax of dbgap-task-specific-token.json or where the last sentence "Consult the API documentation for how to include the token in your request to the API" is referring to. |
I've updated instructions. See 94f6931 |
I've added code to skip that test if gcloud or anvil access not available |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 👍
Use Case:
As a fhir-aggregator user, I need a way to connect to FHIR servers, determine their contents and run queries.
This PR:
Decision log:
Installation:
pip install fhir-aggregator==0.2rc2
To install development dependencies
pip install -r requirements-dev.txt
Testing:
Unit tests:
pytest tests/unit
Integration tests:
pytest tests/integration